home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / winterp-1.13 / contrib / TLI-patch / README
Encoding:
Internet Message Format  |  1991-10-06  |  1.5 KB

  1. From: <hplms2!sequent!wolfe%sybase>
  2. To: mayer@hplnpm.hpl.hp.com
  3. Subject: Mods to winterp 1.11 for TLI and Sequent DYNIX/ptx
  4. Date: Wed, 01 May 91 16:23:04 -0700
  5.  
  6.  
  7. Following is a uuencoded, compressed tar file containing the files I
  8. modified to port winterp 1.11 to Sequent's DYNIX/ptx 1.2.0 using TLI
  9. for the comm stuff. I think this will run on any sysV-ish TLI without
  10. modifications. You should also be able to mix and match TLI clients
  11. with BSD servers and visa-versa (though I haven't tryed this).
  12.  
  13. DaveW
  14.  
  15. This file contains:
  16. src-client/Imakefile
  17. src-client/wl-tli.c
  18. src-server/config.h
  19. src-server/winterp.c
  20. src-server/Imakefile
  21.  
  22. ==============================================================================
  23.  
  24. # WINTERP Copyright 1989, 1990, 1991 Hewlett-Packard Company (by Niels Mayer).
  25. # XLISP version 2.1, Copyright (c) 1989, by David Betz.
  26. #
  27. # Permission to use, copy, modify, distribute, and sell this software and its
  28. # documentation for any purpose is hereby granted without fee, provided that
  29. # the above copyright notice appear in all copies and that both that
  30. # copyright notice and this permission notice appear in supporting
  31. # documentation, and that the name of Hewlett-Packard and David Betz not be
  32. # used in advertising or publicity pertaining to distribution of the software
  33. # without specific, written prior permission.  Hewlett-Packard and David Betz
  34. # make no representations about the suitability of this software for any
  35. # purpose. It is provided "as is" without express or implied warranty.
  36.